home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dns / resolver-config.hlp.z / resolver-config.hlp
Encoding:
Text File  |  1997-07-30  |  2.6 KB  |  70 lines

  1. #!/usr/bin/perl5
  2. #
  3. # resolver-config.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: resolver-config.hlp,v 1.8 1997/04/17 21:26:13 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Configuring the Resolver</H2>
  27. <P>
  28. To resolve host names and addresses, resolver routines need to know the order
  29. in which to try different name services. For DNS, these routines must know 
  30. the order in which to try name servers; they must also know the domain 
  31. databases in which the information might reside. 
  32. </P>
  33. <P>
  34. Select the service resolution order and make any additional entries or
  35. changes to the current settings. When you finish, click the <VAR>Ok</VAR> 
  36. button to put your changes in effect.
  37. </P>
  38. <P>
  39. Use the Host-Address Resolver Configuration form to set these parameters:
  40. </P>
  41. <P>
  42. <STRONG>Order of services for name and address resolution:</STRONG>
  43. Specify the order in which each name service is used to provide name and
  44. address information: nis, bind (DNS), and local. If any of the services
  45. should not be used, select <VAR>none</VAR> from the options menu.
  46. </P>
  47. (Default value: NIS, BIND, LOCAL)
  48. <P>
  49. <STRONG>Addresses of DNS servers to do name resolution:</STRONG> Enter the
  50. address of each DNS server providing name and address information for
  51. your domains. The resolver will query servers in left-to-right order. Use 
  52. the address <EM>0.0.0.0</EM> to reference the local host.
  53. </P>
  54. (Default value: none)
  55. <P>
  56. <STRONG>List of domains that DNS servers will search:</STRONG> This is the
  57. list of domain name databases that are queried to retrieve information
  58. about a host. For hostname-to-address translation requests, each domain 
  59. is appended to the requested hostname until a match is found. The order 
  60. of attempted matches is left to right in the first row, then left to right
  61. in the second row.
  62. </P>
  63. (Default value: none)
  64. <CENTER>
  65. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  66. </CENTER>
  67. </FORM>
  68. EndOfFile
  69.  
  70.